home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / NETWORKS / WMENU22.ZIP / WINMENU.DOC < prev    next >
Encoding:
Text File  |  1993-08-18  |  8.9 KB  |  223 lines

  1. WINMENU v2.2
  2. by Ricky Freyre, 1993
  3. CIS# 75230,1734
  4.  
  5.  Version 2.2 has the following enhancements:
  6.  1) Then Multiple Instance Verification (MIV) routine can now be enabled or 
  7.     disabled online. Read on Other Options.
  8.  2) Any of the blue Ribbon programs can now be disabled.
  9.  3) WinMenu can now execute a program passed via the command line when 
  10.     Windows is invoked from DOS. Example:  WIN CALENDAR  to execute
  11.     CALENDAR.EXE .
  12.  
  13.  
  14.  Winmenu is a menu/shell system for Windows 3.1 or above with a 3D look.
  15.  Designed to help smooth the transition to the Windows environment,
  16.  Winmenu looks like a conventional DOS menu but yet powerfull enough
  17.  to replace the Program Manager.  Perfect for those users that are
  18.  not willing to spend time learning the program manager and/or feel
  19.  intimidated to the overwhelming world of icons and groups. Winmenu
  20.  displays a consistent menu with a great look to make the user feel
  21.  productive right from the start.  This version is written in C. 
  22.  
  23.  You may launch programs from the menu  or  from the command line in the
  24.  RUN window.   Also, utilize the  associations from the WIN.INI to find and
  25.  execute underlying applications.  The  menu holds up to 80 menu items 
  26.  organized in 5 pages. Type the menu  line number and press the ENTER  
  27.  key to fast execute any desired  application. Or double click over the  menu
  28.  line. Displays percentage  of free  resources. Menu items can easily  be 
  29.  added or changed online or offline.  With the MinOnUse and AutoRestore
  30.  options,  you can set WINMENU to automatically minimize and restore it-
  31.  self when running programs.
  32.  
  33.  Version 2.1 allows users to customize the utility ribbon displayed at the
  34.  top most of the menu screen. This "ribbon" can hold up to nine frequently
  35.  use program's icons for easy access. The programs in the ribbon can also be 
  36.  executed from the system menu while the menu is iconized for added convinience.
  37.  
  38.  As a shell, it automatically runs all  the programs that the program manager 
  39.  also runs at load time. Shareware $20 U.S.  A network version is available.
  40.  
  41.  INSTALLATION INSTRUCTIONS:  (20 days trial)
  42.  
  43.   Create a directory on your hard drive. Example: C:\WINMENU.
  44.   Be sure to copy all the WINMENU files in this directory.
  45.  
  46.      WINMENU.EXE     - program file 
  47.      WINMENU.DOC     - This documentation
  48.      ORDER.DOC       - Order form. 
  49.      
  50.   The following files are needed in your \WINDOWS\SYSTEM directory and 
  51.   should already be found there as part of the Windows 3.1 system files:
  52.      
  53.      COMMDLG.DLL
  54.      SHELL.DLL                     
  55.      TOOLHELP.DLL
  56.  
  57.  
  58.    Winmenu will create WINMENU.INI; where it stores and maintain  all 
  59. the program's data and configuration. Hence, your WIN.INI is never modified. 
  60.  
  61.   HOW TO RUN WINMENU:
  62.  
  63.   From the DOS prompt:
  64.  
  65.    1) Be sure you are in the WINMENU directory and type WIN WINMENU
  66.       then press ENTER.
  67.    
  68.   From the Program Manager:
  69.  
  70.     Select the RUN option from the FILE menu in Program Manager.
  71.     Type C:\WINMENU\WINMENU.EXE at the command line prompt and press
  72.     the ENTER key or click the OK button.
  73.  
  74.    To replace program manager:  (Windows 3.x and above only)
  75.     Make a backup of the file SYSTEM.INI found on your \WINDOWS directory.
  76.     Use your favorite text editor to load the SYSTEM.INI file found in the 
  77.     your \WINDOWS directory. Look for the line that start with SHELL= and 
  78.     modify it to look like this:
  79.  
  80.            SHELL=C:\WINMENU\WINMENU.EXE
  81.     
  82.     Save the file!.  The next time you run Windows, WINMENU will be 
  83.     displayed instead of the Program Manager. If you ever decide to
  84.     restore the Program Manager, just modify the SHELL= line to look
  85.     like SHELL=PROGMAN.EXE and save it. Or restore SYSTEM.INI with 
  86.     your backup copy.
  87.  
  88.  
  89.     TO ADD,CHANGE or DELETE MENU ITEMS:
  90.  
  91.     Several options: 
  92.     a) Click with the RIGHT button of the mouse over the menu line that
  93.      you wish to add/change or delete. A window entry screen will pop-up
  94.      to prompt you for the information needed.
  95.  
  96.     b) or, Type the menu line number you wish to add or modify and...
  97.          press CTRL+A 
  98.   
  99.  
  100.     or for those programmers / support staff:
  101.     c) Look for the text file WINMENU.INI in the directory where
  102.      WINMENU files reside. (Or create this file inside this directory)
  103.      Create or add menu lines as follow:
  104.  
  105.      The first line must contain:   [MenuItems]
  106.      The second line must contain:  NoOfItems=xx
  107.      where xx is the highest menu line number used. You may set xx as 80.
  108.      (i.e:  NoOfItems=80 )
  109.  
  110.      The next lines will hold each menu line information. 4 keywords
  111.      are used for each menu line:  
  112.          AppNamexx=       ( holds the menu description)
  113.          AppFileNamexx=   ( holds the program path,file name + parameters)
  114.          AppWorkDirxx=    ( the default directory (optional) )
  115.          AppRunTypexx=    ( 0= Normal Run, 1=Minimized )
  116.  
  117.      where xx is the menu line number of reference.
  118.      The following example defines two menu items:
  119.      
  120.     [MenuItems]
  121.     NoOfItems=80
  122.     AppName1=Word For Windows 2.0
  123.     AppFileName1=e:\word2\winword.exe
  124.     AppWorkDir1=d:\winword
  125.     AppRunType1=0
  126.      
  127.     AppName2=Quicken 6.0 - My CheckBook
  128.     AppFileName2=c:\quick\quicken.exe
  129.     AppWorkDir2=c:\quick\
  130.     AppRunType2=0
  131.  
  132.     etc,etc...
  133.  
  134.   NOTE:  This method of adding or modifying menu items is OPTIONAL. You
  135.   should use the online method (above described).  
  136.  
  137.  
  138.  
  139.  ADDITIONAL OPTIONS:
  140.  
  141.    [Options]
  142.    MinOnUse=1               (1=Yes,0=No)
  143.    AutoRestore=1
  144.    Title=The Company Name, Inc.
  145.    
  146.  The MinOnUse option automatically minimize WINMENU when you 
  147.  executes a program.  If the MinOnUse and AutoRestore are set,  then 
  148.  AutoRestore will  automatically restore and display back WINMENU
  149.  after  all  other  programs have  being closed or minimized. These options
  150.  are set as enabled (1) by default. You may set both options online from
  151.  the Options menu.        
  152.  
  153.  The Title=  option allows you to set the company name which will be displayed
  154.  in the Windows Title. This option can not be set online.
  155.  
  156. TO CHANGE THE DEFAULT PROGRAM NAMES ON THE UTILITY RIBBON:
  157.  
  158.   The utility ribbon allows the user to quickly run 9 utility programs (i.e Calendar, Notepad,
  159.  etc. ) by just clicking over their respective icon. You can also, change the default program
  160.  for each of these utilities by simply overwriting the corresponding line in the [Accessories] 
  161.  section of the WINMENU.INI file.  The [Accessories] section of the WINMENU.INI holds
  162.  the configuration and data for the accessory programs. The format is as follows:
  163.  
  164.  Accessoryx=filename,description,icon
  165.          /\
  166.    where x is the accessory order number from 1 to 9.
  167.    filename is the complete path and filename of the executable program.
  168.    description is a 30 characters or less description of the program.
  169.    icon is a .ICO, .EXE or .DLL file which contain the ICON.
  170.  
  171.   Note: the icon is optional. Winmenu will use the first icon it finds
  172.   in the executable. If none found, and none was specified, the file GENERIC.ICO 
  173.   will be used. If GENERIC.ICO is not found, no ICON will be displayed.
  174.  
  175.   Examples:
  176.  
  177. [Accessories]
  178. Accessory1=COMMAND.COM,DOS Session,DOS.ICO
  179. Accessory2=CALENDAR.EXE,Calendar
  180. Accessory3=CALC.EXE,Calculator
  181. Accessory4=WINFILE.EXE,File Manager
  182. Accessory5=NOTEPAD.EXE,Note Pad
  183. Accessory6=PROGMAN.EXE,Program Manager
  184. Accessory7=CONTROL.EXE,Control Panel
  185. Accessory8=C:\MSMAIL\MSMAIL.EXE,MS Mail
  186. Accessory9=L:\LINK\SHARE\TEL.EXE,Telephone Dir.
  187.  
  188.  Note: If you wish to disable any of the accessories, just enter the word
  189.  UNDEFINED after the (=) sign. Example:  Accessory5=UNDEFINED
  190.  WinMenu will attemp to display the icon EMPTY.ICO in the accessory defined
  191.  as UNDEFINED. If EMPTY.ICO is not found, no ICON will be displayed!. A small
  192.  beep will sound whenever the user attempts to click over the disabled 
  193.  accessory. 
  194.  
  195.  Note#2: Accessory8 and 9 will attemp to run programs that you might not have
  196.  or use.  You should at least modify them to run valid programs or disable
  197.  them as follows:
  198.  
  199. Accessory8=UNDEFINED
  200. Accessory9=UNDEFINED
  201.  
  202.  
  203. *********************************************************************  
  204.  
  205.  You have license to test drive this program for 20 days. If you want
  206. to keep it, you must register.  Send your name, address + your Compuserve
  207. mail address and US$ 20.00 to: 
  208.  
  209.   Ricky Freyre
  210.   6373 Bell Haven ln.
  211.   Riverdale, GA 30296
  212.  
  213. Or charge it to your compuserve account. Just GO SWREG , registration id# 1148. 
  214. for more information, please SEE ORDER.DOC.
  215.  You will receive your registration license number and my sincere thanks.
  216. Also, you will be entitled to receive any modifications and/or enhancements
  217. made to the program. A network version is available. With the network version,
  218. there is no need to install WINMENU on each workstation. It also allows
  219. the network administrator to set menu lines for all the users. See wmenunet.zip 
  220.   
  221.  
  222.    
  223.